}
&:backdrop {
border-color: transparentize($backdrop_borders_color,0.7);
+ background-color: transparent;
}
&:backdrop:insensitive {
background-image: none;
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2);
background-color: rgba(0, 0, 0, 0.1); }
.spinbutton .button:backdrop {
- border-color: rgba(30, 34, 34, 0.3); }
+ border-color: rgba(30, 34, 34, 0.3);
+ background-color: transparent; }
.spinbutton .button:backdrop:insensitive {
background-image: none;
color: rgba(69, 76, 76, 0.3);
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2);
background-color: rgba(0, 0, 0, 0.1); }
.spinbutton .button:backdrop {
- border-color: rgba(168, 168, 168, 0.3); }
+ border-color: rgba(168, 168, 168, 0.3);
+ background-color: transparent; }
.spinbutton .button:backdrop:insensitive {
background-image: none;
color: rgba(199, 199, 199, 0.3);